1bashThis demonstrates various ls command options to list directory contents in different formats, sorted by modification time, and recursively.ls -l # Lists every file and directory on a separate line ls -t # Sorts the directory contents by last-modified date (descending) ls -R # Recursively `ls` this directory and all of its subdirectoriesexternal toolslsdirectory listingformat control